f*{
  margin: 0;
  padding: 0;
}
body{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #000;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  color:#000;
}
a:hover{
  color: inherit;
  text-decoration: none;
}
.logo{
	margin-top: 8px;
}
.polii{
	font-weight: 700;
	color: #5a75ba;
}
.descricaoProduto ul{
  margin: 0;
  padding: 0 0 0 10px;
  list-style: square;
}
.mega-sub-menu{
	z-index: 99999 !important;
}
.crctxt ul{
  list-style-type: square !important;
}
.m-top10{margin-top: 10px;}
.m-top20{margin-top: 20px;}
.m-top30{margin-top: 30px;}
.m-top40{margin-top: 40px;}
.m-top50{margin-top: 50px;}
.m-top60{margin-top: 60px;}
.m-top70{margin-top: 70px;}
.m-top80{margin-top: 80px;}
.m-top90{margin-top: 90px;}
.m-top100{margin-top: 100px;}
/* Header CSS */
.menu_um{
  background: #f3f3f3;
  padding: 6px 10px;
}
.menu-menu-principal-container{
  display: inline-table;
}
#menu-menu-principal,
.social_top,
.login_top{
  display: inline-table;
  margin:0 10px;
}
#menu-menu-principal li,
.social_top li,
.login_top li{
  display: inline-table;
}
#menu-menu-principal li a,
.social_top li a{
  margin: 5px;
  padding: 5px;
  color: #000;
}
.social_top li a i{
  font-size: 18px;
}
#menu-menu-principal li:after{
  content: '|';
  display: inline-table;
}
.fb a i{ color:#5a75ba;}
.insta a i{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ytb a i{ color:#db3b35;}
.whats a i{ color:#4a9016;}
.social_top li a:hover{
  position: relative;
  top: -3px;
}
.bg_menu_um {
    width: 39%;
    background-color: #f3f3f3;
    position: absolute;
    height: 46px;
    right: 0;
    margin: -106px 0 0 0;
    z-index: -1;
}
.login_top li {
  margin:0 5px;
}
.top_btn{
  min-width: 100px;
}
.top_btn i{
  margin:0 10px 0 0;
  display: inline-table;
}
.btn_p {
    padding: 5px 20px;
    border-radius: 50px;
    color: #FFF;
    display: inline-table;
    text-align: center;
    border:0;
    cursor: pointer;
}
.btn_p:hover,
.btn_g:hover,
.btn_lg:hover{
  color: #FFF;
}
.btn_g{
  padding: 10px 50px;
  border-radius: 50px;
  color: #FFF;
  display: inline-table;
  text-align: center;
}
.btn_lg{
  padding: 15px 60px;
  border-radius: 50px;
  color: #FFF;
  display: inline-table;
  text-align: center;
}

.bg1{
  /* azul */
background: #1167ef; /* Old browsers */
background: -moz-linear-gradient(left, #1167ef 0%, #0baffe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1167ef 0%,#0baffe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1167ef 0%,#0baffe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1167ef', endColorstr='#0baffe',GradientType=1 ); /* IE6-9 */
}
.bg1:hover{
  background: #0baffe; /* Old browsers */
  background: -moz-linear-gradient(left, #0baffe 0%, #1167ef 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0baffe 0%,#1167ef 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0baffe 0%,#1167ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0baffe', endColorstr='#1167ef',GradientType=1 ); /* IE6-9 */
}
.bg2{
  /* verde */
  background: #0e7306; /* Old browsers */
  background: -moz-linear-gradient(left, #0e7306 0%, #19bb0d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0e7306 0%,#19bb0d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0e7306 0%,#19bb0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e7306', endColorstr='#19bb0d',GradientType=1 ); /* IE6-9 */
}
.bg2:hover{
  /* verde */
  background: #19bb0d; /* Old browsers */
  background: -moz-linear-gradient(left, #19bb0d 0%, #0e7306 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #19bb0d 0%,#0e7306 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #19bb0d 0%,#0e7306 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19bb0d', endColorstr='#0e7306',GradientType=1 ); /* IE6-9 */
}
.bg3{
  /* rosa */
  background: #b00854; /* Old browsers */
  background: -moz-linear-gradient(left, #b00854 0%, #f62584 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b00854 0%,#f62584 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b00854 0%,#f62584 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00854', endColorstr='#f62584',GradientType=1 ); /* IE6-9 */
}
.bg3:hover{
  /* rosa */
  background: #f62584; /* Old browsers */
  background: -moz-linear-gradient(left, #f62584 0%, #b00854 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f62584 0%,#b00854 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f62584 0%,#b00854 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f62584', endColorstr='#b00854',GradientType=1 ); /* IE6-9 */
}
.bg4{
  /* laranja */
  background: #feb900; /* Old browsers */
  background: -moz-linear-gradient(left, #feb900 0%, #ffea00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #feb900 0%,#ffea00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #feb900 0%,#ffea00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb900', endColorstr='#ffea00',GradientType=1 ); /* IE6-9 */
}
.bg4:hover{
  /* laranja */
  background: #ffea00; /* Old browsers */
  background: -moz-linear-gradient(left, #ffea00 0%, #feb900 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffea00 0%,#feb900 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffea00 0%,#feb900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#feb900',GradientType=1 ); /* IE6-9 */
}
.bg5{
  /* roxo */
  background: #7b4889; /* Old browsers */
  background: -moz-linear-gradient(left, #7b4889 0%, #3b1aa4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7b4889 0%,#3b1aa4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7b4889 0%,#3b1aa4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b4889', endColorstr='#3b1aa4',GradientType=1 ); /* IE6-9 */
}
.bg5:hover{
  /* roxo */
  background: #3b1aa4; /* Old browsers */
  background: -moz-linear-gradient(left, #3b1aa4 0%, #7b4889 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3b1aa4 0%,#7b4889 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3b1aa4 0%,#7b4889 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b1aa4', endColorstr='#7b4889',GradientType=1 ); /* IE6-9 */
}
.bg6{
  /* vermelho */
  background: #ff4d43; /* Old browsers */
  background: -moz-linear-gradient(left, #ff4d43 0%, #c80e03 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff4d43 0%,#c80e03 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff4d43 0%,#c80e03 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d43', endColorstr='#c80e03',GradientType=1 ); /* IE6-9 */
}
.bg6:hover{
  /* vermelho */
  background: #c80e03; /* Old browsers */
  background: -moz-linear-gradient(left, #c80e03 0%, #ff4d43 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c80e03 0%,#ff4d43 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c80e03 0%,#ff4d43 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80e03', endColorstr='#ff4d43',GradientType=1 ); /* IE6-9 */
}

/* Menu Drop */
.menu_dois{
  margin-bottom: 0;
}
.menu_drop {
  list-style: none;
  margin: 20px 0 0 0;
  text-align: right;
}
.menu_drop li{
  position:relative;
  display: inline-table;
}
.menu_drop li a {
    color: #333;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
    font-size: 17px;
}
.menu_drop li a:hover,
.menu_drop li a:active,
.menu_drop li a:focus{
  background:#f6f6f6;
  color:#000;
}
.menu_drop li  ul{
  position:absolute;
  /* top:25px; */
  left: -310px;
  background-color:#fff;
  display:none;
  text-align: left;
}
.menu_drop li:hover ul,
.menu_drop li.hover ul{
  display: block;
  background: #f6f6f6;
  width: 100%;
  min-width: 730px;
  min-height: 250px;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.menu_drop li ul li {
  display: inline-block;
  width: 100%;
}
.menu_drop li ul li a{
  padding: 0;
}
.fluid-banner{
  width: 100%;
  min-height: 417px;
}
.boxBanner{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.boxBanner{
  margin-top:70px;
  text-align: center;
}
.boxBanner div p{
  margin: 0;
}
.boxBanner > .title1{
  font-size: 32px;
  font-weight: 800;
}
.boxBanner > .title2{
  font-size: 18px;
  font-weight: 400;
}
.boxBanner > .title3{
  font-size: 15px;
  font-weight: 800;
  margin-top: 20px;
}
.boxBanner > .title4{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.banner_btn{
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
/* Module TXT */
.imgBoxText{}
.boxText span{
  font-size: 22px;
  color: #000;
  display: block;
}
.boxText > .title{
  font-size: 39px;
  display: block;
  font-weight: 900;
  margin:10px 0;
}
.colorTXT1{
  /* Azul */
  background: -webkit-linear-gradient(#0badfe, #1168f0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.colorTXT2{
  /* laranja */
  background: -webkit-linear-gradient(#fcb712, #d0840d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.colorTXT3{
  /* Roxo */
  background: -webkit-linear-gradient(#7c4988, #3214a8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.colorTXT4{
  /* Vermelho */
  background: -webkit-linear-gradient(#ff4d43, #c80e03);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.colorTXT5{
  /* Verde */
  background: -webkit-linear-gradient(#6bbe57, #58a371);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Module CTA */
.boxCTA{
  margin-top: 68px;
}
.boxCTA span,
.boxCTA h2{
  font-size: 28px;
  font-weight: 900;
  color: #FFF;
}
.boxCTA p{
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
}
.cta_btn{
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color:#000 !important;
}
.bgCTA01{
  min-height: 305px;
  width: 100%;
}
.preFooter{
  margin-top: 30px;
  width: 100%;
  min-height: 200px;
  background: #f2f2f2;
  padding: 25px 0;
}
footer{
  padding: 50px 0;
  width: 100%;
  background: #d8d8d8;
}
.copy{
	background: #000;
	width: 100%;
	padding: 10px 0;
}
.direitos{
	color: #000;
  font-size: 15px;
}
.isbrasil{
	text-align: right;
	color: #000;
  font-size: 15px;
}
.isbrasil a{
	color: #000;
}
.crcCarioca{
  font-size: 55px !important;
  text-transform: uppercase;
}
/* Internas */
.breadcrumb{
  padding: 0;
  margin: 0;
}
.no-background{
  background: transparent;
}
.fluid_bread{
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fefefe 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f4f4 0%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f4f4 0%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
  padding: 10px 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}
.breadcrumb-item a{
  color: #000;
}
.titleProduto{
  font-size: 26px;
  font-weight: 800;
  color: #000;
  padding: 0 0 5px 0;
}
.titleProduto:after{
  content: '';
  position: absolute;
  left: -50%;
  max-width: 1170px;
  width: 100%;
  height: 3px;
  background: #80c545;
  margin: 38px 0 0 0;
}
.informacoesProduto ul li{
  margin:10px 0;
  display: inline-block;
  width: 100%;
}
.informacoesProduto ul li strong i{
  color: #9f9f9f;
  margin:0 5px 0 0;
  display:inline-table;
}
.informacoesProduto ul li strong{
  width: 200px;
  display: inline-table;
}
.quanto_custa span{
  font-size: 24px;
  font-weight: 800;
  display: block;
  margin:30px 0 15px 0;
}
.quanto_custa p{
  margin:0;
}
.quanto_custa a{
  font-weight: 800;
  color: #000;
}
.crcVendaD {
  font-size: 20px;
  display: block;
  margin: 0 0 8px 0;
  color: #000;
}
.banner_produtos button{
  padding: 0;
  margin:0;
  background: transparent;
  border:0;
  cursor: pointer;
}
.banner_produtos img,
.banner_produtos button img{
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.21);
box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.21);
}
#lct-widget-tipos_de_produto li{

}
.listFooter{
  display: inline-table;
max-width: 170px;
width: 100%;
margin: 0 10px 0 0;
}
/* .listFooter:first-child{
  margin:0 35px 0 0;
} */
.listFooter:nth-child(2){
  /*float: right;*/
  /* margin-top: 24px; */
}
.listFooter:last-child{
  float: right;
  /* margin-top: 24px; */
}
.listFooter ul li a{
  color: #000;
  font-size: 12px;
}
.none{
  display: none;
}
.listFooterr ul li a{
  font-weight: 700;
  color: #000;
}
.listFooterrr ul li a{
  font-weight: 700;
  color: #000;
}
.socialFooter{
  text-align: center;
}
.socialFooter li{
  display: inline-table;
  margin:10px;
}
.contatosFooter li a{
  display: inline-block;
  color: #000;
  font-weight: 400 !important;
}
.tel i{
  color: #4343ff;
}
.whatsf i{
  color:#4a9016;
}
.contatoFooter{
  margin-top: 150px;
}
.boxTexto strong{
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
}
.fluid_dif{
  background: #f3f3f3;
  padding: 50px 0;
  min-height: 500px;
}
.boxSecTexto strong{
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.boxSecTexto strong span {
    position: absolute;
    width: 100%;
    max-width: 200px;
    height: 3px;
    background: #80c545;
    margin-top: 35px;
    left: 0;
    margin-left: 16px;
}
.boxSecTexto span{
  font-style: italic;
  color: red;
  font-weight: 700;
}

.boxDiferenciais{
  background: #fff;
  padding: 50px 20px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  max-height: 355px;
  min-height: 355px;
  transition: 0.3s;
  margin-top: 30px;
}
.boxDiferenciais img{
  position: relative;
  transition: 0.3s;
  top: 0;
}
.boxDiferenciais div {
  min-height:175px;
}
.boxDiferenciais span{
  display: block;
  font-size: 19px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: -120px;
  transition: 0.3s;
}
.boxDiferenciais p {
    position: relative;
    overflow: hidden;
    top: 250px;
    transition: 0.3s;
}
.boxDiferenciais:hover img{
      top: -250px;
      transition: 0.3s;
}
.boxDiferenciais:hover span{
      margin-top: -210px;
}
.boxDiferenciais:hover p{
      top: 130px;
}
.fluid_bloco_dois{
  padding: 50px;
  background: #2440c7;
}
.boxBlocoDois{
  color: #FFF;
}
.boxBlocoDois span{
  font-weight: 800;
  font-size: 24px;
  display: block;
  margin:0 0 25px 0;
}
.detalhe{
  margin:25px 0 0 0;
}
.boxSucesso span{
  font-weight: 800;
  font-size: 24px;
  display: block;
  margin:0 0 25px 0
}
.conteudo h2,
.conteudo label {
    margin-top: 1.7em;
}



/*blog*/

.posts-listing {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.posts-listing .post {
  margin-bottom: 50px;
}

.posts-listing .post-footer {
  font-size: 0.8em;
}

.search .form-group {
  position: relative;
}

.search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 0.95em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: none;
}

.search input::-moz-placeholder {
  color: #aaa;
  font-family: "Open Sans", sans-serif;
}

.search input::-webkit-input-placeholder {
  color: #aaa;
  font-family: "Open Sans", sans-serif;
}

.search input:-ms-input-placeholder {
  color: #aaa;
  font-family: "Open Sans", sans-serif;
}

.simplefilter li{
  cursor: pointer;
  padding: 10px;
  border-radius: 3px;
  background: #00B8E7;
  color: #FFF;
  display: inline-table;
  vertical-align: middle;
  margin: 3px;
}
.container-2{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-2 input#search{
  width: 50px;
  height: 50px;
  background: #4F99C3;
  border: none;
  font-size: 10pt;
  float: right;
  color: #262626;
  padding-left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
 
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}
.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}
.container-2 .icon {
    position: absolute;
    top: 50%;
    margin-right: 16px;
    margin-top: 15px;
    z-index: 1;
    color: #FFF;
    right: 0;
}
.container-2 input#search:focus, .container-2 input#search:active{
  outline:none;
  width: 300px;
}
 
.container-2:hover input#search{
width: 300px;
}
 
.container-2:hover .icon{
  color: #f1f1f1;
}
.projetoInt {
  padding: 20px;
  text-align: center;
}
.projetoInt span{
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 15px 0 0 0;
}

.page-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fafafa;
  margin-top: 30px;
}

.page-header h2 {
  margin-bottom: 0;
}

.animsition {
  z-index: 9999;
}

.widget {
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #eee;
}

.widget header {
  margin-bottom: 20px;
}

.category a {
  color: #999;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
}

.category a::after {
  content: ',';
  color: #ddd;
  display: inline-block;
  margin-right: 5px;
}

.category a:last-of-type::after {
  display: none;
}

.category a:hover {
  color: #000;
}

i[class*="icon-"] {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

#style-switch-button {
  z-index: 9999 !important;
}

/*=== Helpers ===*/
.bg-red {
  background: #ff7676 !important;
  color: #fff;
}

.bg-red:hover {
  color: #fff;
}

.bg-blue {
  background: #85b4f2 !important;
  color: #fff;
}

.bg-blue:hover {
  color: #fff;
}

.bg-yellow {
  background: #ffc107 !important;
  color: #fff;
}

.bg-yellow:hover {
  color: #fff;
}

.bg-green {
  background: #54e69d !important;
  color: #fff;
}

.bg-green:hover {
  color: #fff;
}

.bg-orange {
  background: #ffc36d !important;
  color: #fff;
}

.bg-orange:hover {
  color: #fff;
}

.bg-violet {
  background: #796AEE !important;
  color: #fff;
}

.bg-violet:hover {
  color: #fff;
}

.bg-gray {
  background: #ced4da !important;
}

.bg-white {
  background: #fff !important;
}

.text-red {
  color: #ff7676;
}

.text-red:hover {
  color: #ff7676;
}

.text-yellow {
  color: #ffc107;
}

.text-yellow:hover {
  color: #ffc107;
}

.text-green {
  color: #54e69d;
}

.text-green:hover {
  color: #54e69d;
}

.text-orange {
  color: #ffc36d;
}

.text-orange:hover {
  color: #ffc36d;
}

.text-violet {
  color: #796AEE;
}

.text-violet:hover {
  color: #796AEE;
}

.text-blue {
  color: #85b4f2;
}

.text-blue:hover {
  color: #85b4f2;
}

.text-gray {
  color: #999;
}

.text-gray:hover {
  color: #999;
}

.text-white {
  color: #fff;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.padding-small {
  padding: 100px 0;
}

.btn {
  border-radius: 0 !important;
}

.badge {
  font-weight: 300;
}

.badge-rounded {
  border-radius: 50px;
}

.heading-light {
  font-weight: 300 !important;
}

.heading-medium {
  font-weight: 400 !important;
}

.pagination-template li.page-item {
  margin: 0 5px;
}

.pagination-template a.page-link {
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 50% !important;
  border: 1px solid #ddd;
  color: #555;
  text-align: center;
}

.pagination-template a.page-link:hover, .pagination-template a.page-link.active {
  background: #f5f5f5;
}

.text-primary {
  color: #999 !important;
}

p.text-hero {
  font-size: 1.2em;
}

p.text-hero i {
  font-size: 1.2em;
}

p.small-text-hero {
  font-size: 1em;
}

.pagination-template li.page-item {
  margin: 0 5px;
}

.pagination-template a.page-link {
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 50% !important;
  border: none;
  color: #555;
  text-align: center;
}

.pagination-template a.page-link:hover, .pagination-template a.page-link.active {
  background: #eee;
}

.container-fluid {
  width: 100%;
}

.text-big {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
  color: #111;
}

a.hero-link {
  color: inherit !important;
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: none !important;
  margin-top: 20px;
  font-weight: 300;
}

a.hero-link::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.hero-link:hover {
  color: #999 !important;
}

a.hero-link:hover::after {
  background: #999;
}

div[class*="-btn"] {
  cursor: pointer;
}
.search .submit {
  height: 40px;
  padding: 0;
  line-height: 40px;
  background: none;
  border: none;
  color: #555;
  font-size: 0.9em;
  position: absolute;
  top: 0;
  right: 0;
}

.widget.latest-posts a {
  display: block;
  color: #555;
  text-decoration: none;
}

.widget.latest-posts a:hover {
  color: #000;
}

.widget.latest-posts .image {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
}

.widget.latest-posts .item {
  margin-bottom: 20px;
}

.widget.latest-posts strong {
  font-size: 0.95em;
  display: block;
  line-height: 1em;
}

.widget.latest-posts .views,
.widget.latest-posts .comments {
  font-size: 0.8em;
  font-weight: 400;
  color: #bbb;
  margin-top: 10px;
}

.widget.latest-posts .views i,
.widget.latest-posts .comments i {
  margin-right: 5px;
}

.widget.latest-posts .views::after,
.widget.latest-posts .comments::after {
  content: '|';
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #ccc;
}

.widget.latest-posts .comments::after {
  display: none;
}

.widget.categories .item {
  background: #fafafa;
  padding: 10px;
  color: #777;
  font-weight: 700;
}

.widget.categories .item:nth-of-type(2n+2) {
  background: none;
}

.widget.categories .item a {
  color: inherit;
  font-size: 0.95em;
}

.widget.categories .item a:hover {
  color: #000;
  text-decoration: none;
}

.widget.categories .item span {
  font-size: 0.9em;
  color: #aaa;
}

.widget.tags .tag {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px 0;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
}

.widget.tags .tag:hover {
  background: #999;
  color: #fff;
  border-color: #999;
}

/* ==========================================================
*     LATEST SECTION
* ==========================================================
*/
section.latest-posts header {
  margin-bottom: 50px;
}

.post-meta {
  margin: 10px 0;
  font-size: 0.8em;
}

.post-meta .date {
  text-transform: uppercase;
  font-weight: 400;
}

.post-meta .date::after {
  display: none;
}

.post p:not(.lead) {
  font-weight: 400;
  color: #777;
  font-size: 0.95em;
}

.post a {
  text-decoration: none;
  color: #4343ff
}

.post a:hover, .post a:focus {
  text-decoration: none;
}

.post h3 {
  line-height: 1.1em;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 1rem;
}

.post h3:hover {
  color: #555;
}

.post .category,
.post .category a{
  color: #999;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.post .category::before {
  content: '|';
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #ccc;
}

.post .date {
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  color: #aaa;
}

.post .avatar {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.post .title a,
.post .date,
.post .comments,
.post .views {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

.post .title i,
.post .date i,
.post .comments i,
.post .views i {
  margin-right: 5px;
  font-size: 1.1em;
}

.post .title::after,
.post .date::after,
.post .comments::after,
.post .views::after {
  content: '|';
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #ccc;
}

.post .post-tags {
  margin-top: 30px;
}

.post .post-tags .tag {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
}

.post .post-tags .tag:hover {
  background: #999;
  color: #fff;
  border-color: #999;
}

.post .meta-last::after {
  display: none;
}

/* Latest Posts Section Media Query ------------------------------------- */
@media (max-width: 767px) {
  .post {
    margin-bottom: 40px;
  }
  .post:last-of-type {
    margin-bottom: 0;
  }
}


/*
 * 4. PAGINATION
 */
.page-numbers:first-child .page-numbers {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-numbers:last-child .page-numbers {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.nav-links {
    width: 100%;
}
.current {
  color: #fff !important;
  background-color: #333 !important;
  border-color: #333 !important;
}

.page-numbers.disabled .page-numbers {
  color: #868e96;
  background-color: #fff;
  border-color: #ddd;
}

.page-numbers {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #999;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-numbers:focus, .page-numbers:hover {
  color: #737373;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination .page-numbers {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 50%;
    height: 61px;
    display: inline-table;
    width: 61px;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.widget ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li a{
  display: block;
  border-bottom: 1px dashed #eee;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 17px;
  color: #777;
}
.widget .h6{
  font-size: 20px;
  font-weight: 700;
  margin:10px 0;
  display: block;
}

 .redes-sociais {
    z-index: 99999;
    backface-visibility: hidden;
    list-style: none;
    position: relative;
}
.redes-sociais ul {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 270px
}
.redes-sociais ul li a {
    display: block;
    width: 45px;
    height: 44px;
    padding: 11px 0;
    text-align: center;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in
}
.redes-sociais ul li a:hover {
    width: 65px
}
.redes-sociais .fa,
.redes-sociais ul li,
.redes-sociais ul li a {
    vertical-align: middle!important
}

.redes-sociais ul li a {
    color: #FFF
}
.redes-sociais ul li[data-network=Facebook] a {
    background-color: #3B5998
}
.redes-sociais ul li[data-network=Twitter] a {
    background-color: #55acee
}
.redes-sociais ul li[data-network=Pinterest] a {
    background-color: #CB2027
}
.redes-sociais ul li[data-network=GooglePlus] a {
    background-color: #dc4e41
}
.redes-sociais ul li[data-network=Linkedin] a {
    background-color: #0077b5
}
.redes-sociais ul li[data-network=WhatsApp] a {
    background-color: #6BCB25
}
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  z-index: 10000;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  border-radius: 50%;
  background:#3369e7;
  background-image: linear-gradient(80deg, #00aeff, #3369e7);
  box-shadow: 0px 0px 5px 1px rgba(0, 130, 215, 0.4);
}
#back-to-top i {
  padding-top: 15px;
  font-size: 17px;
}
#back-to-top:hover {
  background-image: linear-gradient(80deg, #fd4198, #da0266);
  box-shadow: 0px 0px 5px 1px rgba(218, 2, 102, 0.4);
}

.pag{
  width: 100%;
  text-align: center;
}

.pag li{
  display: inline-table;
}
.pag li a{
  display: block;
  padding:15px;
  background: #b00854; /* Old browsers */
  background: -moz-linear-gradient(left, #b00854 0%, #f62584 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b00854 0%,#f62584 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b00854 0%,#f62584 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00854', endColorstr='#f62584',GradientType=1 ); /* IE6-9 */
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}

.boxContato{
  border:1px solid #271d60;
  border-radius: 3px;
  padding: 60px 20px; 
  display: block;
  width: 100%;
  min-height: 380px;
  text-align: center;
}
.boxContato .icobox{
  display: block;
  font-size: 50px;
  text-align: center;
  margin:15px 0;
  color: #271d60; 
}
.boxContato span{
  display: block;
  width: 100%;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #271d60;
  margin: 5px 0;
}
.boxContato  ul{
  text-align: center;
}
.wpcf7-form-control{
  padding: 15px;
  border-radius: 3 !important;
  background: #FFF;
  color: #333;
  display: block;
  width: 100%;
  margin:10px 0;
  border: 1px solid #eee
}
.wpcf7-form p label{
  width: 100%;
  display: block;
}
.wpcf7-form p label{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;

}
.wpcf7-submit{
  background: #feb900;
background: -moz-linear-gradient(left, #feb900 0%, #ffea00 100%);
background: -webkit-linear-gradient(left, #feb900 0%,#ffea00 100%);
background: linear-gradient(to right, #feb900 0%,#ffea00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb900', endColorstr='#ffea00',GradientType=1 );
font-family: 'Lato', sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 20px;
color: #000 !important;
padding: 15px 60px;
border-radius: 50px;
color: #FFF;
display: inline-table;
text-align: center;
max-width: 290px;
margin:0 auto;
display: block;
}

.cadastrosucesso pre {
    display: block !important;
    text-align: center;
    font-size: 25px !important;
    background: #19bb0d !important;
    color: #FFF !important;
    border-radius: 3px;
    max-width: 430px;
    padding: 20px !important;
    margin: 0 auto;
}
.cadastrosucesso pre span{
  color: #FFF !important;
}
